Skip to content

Remove unused header file#386

Merged
majcosta merged 2 commits into
1dot13:masterfrom
majcosta:pr_remove_language_defines
Dec 27, 2024
Merged

Remove unused header file#386
majcosta merged 2 commits into
1dot13:masterfrom
majcosta:pr_remove_language_defines

Conversation

@majcosta
Copy link
Copy Markdown
Contributor

No description provided.

we don't do it like that anymore, the build system takes care of it
scripted diff:

find . -type f -iname "*.h" -exec sed -i -E '/#include.*language\ defines\.h/I d' {} \;
find . -type f -iname "*.cpp" -exec sed -i -E '/#include.*language\ defines\.h/I d' {} \;
@majcosta majcosta merged commit 897f684 into 1dot13:master Dec 27, 2024
@majcosta majcosta deleted the pr_remove_language_defines branch December 27, 2024 05:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant